From 1c07d0a6345682b6a1d4d8b4bd7fa651a02993f8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Feb 1993 21:09:25 +0000 Subject: [PATCH] (syms_of_keyboard): Doc fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index d17390433ed..73be93a0d69 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4259,7 +4259,7 @@ so that you can determine whether the command was run by mouse or not."); "Last terminal input key."); DEFVAR_LISP ("unread-command-events", &unread_command_events, - "Lisp of object to be read as next input from input stream, or nil if none."); + "List of objects to be read as next command input events."); DEFVAR_LISP ("meta-prefix-char", &meta_prefix_char, "Meta-prefix character code. Meta-foo as command input\n\ -- 2.30.2